home *** CD-ROM | disk | FTP | other *** search
/ Startware 8 / startware 8.iso / data / Software / Internet / Explorer4 / VRML2C.EXE / V2CREM.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1997-06-05  |  2.0 KB  |  115 lines

  1. ;MSVRML2 C installation
  2. ;Copyright (c) 1997 Microsoft Corporation
  3.  
  4. [version]
  5. signature="$CHICAGO$"
  6. AdvancedINF=2.5
  7.  
  8.  
  9. ;Dest dirs
  10. [DestinationDirs]
  11. VRML2.OC.Files=10,OCCACHE
  12. VRML2.Sys.Files=11
  13. VRML2.Help.Files=18
  14. VRML2.Image.Files=18,%imagedir%
  15. VRML2.Remove.Files=17
  16. ;classes
  17. VRML2.Class.Files=10,%javadir%\%classdir%
  18.  
  19. ; installation targets
  20. [Uninstall]
  21. BeginPrompt = VRML2C.BeginPrompt
  22. EndPrompt = VRML2C.EndPrompt
  23. UnRegisterOCXs=RegisterOCXSection
  24. DelReg=VRML2.Uninstall.Reg,VRML2.Settings.Reg
  25. DelFiles=VRML2.OC.Files,VRML2.Help.Files,VRML2.Class.Files,VRML2.Sys.Files.VRML2.Image.Files
  26. ;VRML2.Remove.Files,
  27.  
  28. [VRML2.Uninstall.Reg]
  29. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%UninstName%
  30.  
  31.  
  32. [VRML2.OC.Files]
  33. MSVRML2C.OCX
  34.  
  35. [VRML2.Sys.Files]
  36. WVJAVA.DLL
  37. MMAR.AX
  38. MMVR.AX
  39. msvcrt.dll
  40.  
  41. [VRML2.Class.Files]
  42. MSVRML.ZIP
  43.  
  44. [VRML2.Help.Files]
  45. devguide.htm
  46. faq.htm
  47. license.htm
  48. relnotes.htm
  49. tourguid.htm
  50.  
  51. [VRML2.Image.Files]
  52. anchor.gif
  53. a_sensor.gif
  54. c_goto.gif
  55. c_pan.gif
  56. c_roll.gif
  57. c_study.gif
  58. c_turn.gif
  59. c_walk.gif
  60. dir.txt
  61. goto.gif
  62. g_sensor.gif
  63. pan.gif
  64. p_sensor.gif
  65. restore.gif
  66. roll.gif
  67. r_sensor.gif
  68. splash.gif
  69. straight.gif
  70. study.gif
  71. s_sensor.gif
  72. tn_best.gif
  73. tn_good.gif
  74. tn_poor.gif
  75. turn.gif
  76. t_sensor.gif
  77. view.gif
  78. walk.gif
  79. w_sensor.gif
  80. zoomout.gif
  81.  
  82. [VRML2.Remove.Files]
  83. V2CREM.INF
  84.  
  85. [VRML2.Settings.Reg]
  86. HKLM,Software\Microsoft\%AppName%
  87. HKCU,Software\Microsoft\%AppName%
  88.  
  89.  
  90. [RegisterOCXSection]
  91. %10%\OCCACHE\MSVRML2C.OCX
  92. %11%\MMAR.AX
  93. %11%\MMVR.AX
  94.  
  95. [VRML2C.BeginPrompt]
  96. Prompt="%CONFIRMATION%"
  97. ButtonType=OK
  98. Title="%TITLE%"
  99.  
  100. [VRML2C.EndPrompt]
  101. Prompt="%DONE%"
  102. ButtonType=OK
  103. Title="%TITLE%"
  104.  
  105. [Strings]
  106. ;NOTE: this MUST match what is in WVDEFS.H
  107. AppName         = "VRML Browser pre-Beta"
  108. UninstName      = "VRMLBrowser"
  109. CONFIRMATION = "This will remove MS VRML 2.0 VIEWER for C++, Continue?"
  110. TITLE = "MS VRML 2.0 C++ Uninstall"
  111. DONE = "MS VRML 2.0 C++ Viewer has been uninstalled"
  112. javadir         = "JAVA"
  113. classdir        = "CLASSES"
  114. imagedir        = "IMAGES"
  115.